home *** CD-ROM | disk | FTP | other *** search
- #! /bin/csh -f
- # Build a complete T (assumes everything already compiled)
-
- source envset
- setenv HOME xyzzy
-
- ./xt -h 10000000 <<END
- (load 'mipscobuild orbit-env)
- (link-t '(tsystem new))
- (exit)
- END
-
- ./linkt new.o new
-
- ./new -h 10000000 <<END
- ((*value t-implementation-env 'load-and-suspend-system) '(tsystem new) t)
- (exit)
- END
-
- ./linkt new.o new
-